fix: replacing gpt-image-1 with gpt-image-1-mini#764
Merged
Avijit-Microsoft merged 1 commit intodevfrom Mar 12, 2026
Merged
Conversation
Author
|
@microsoft-github-policy-service agree company="Microsoft" |
Avijit-Microsoft
approved these changes
Mar 12, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
This pull request updates the default image generation model throughout the codebase and documentation from
gpt-image-1togpt-image-1-mini. This change affects deployment workflows, environment configuration, documentation, and troubleshooting guides to ensure consistency and reflect the new default model. The update also clarifies supported models and quotas for Azure OpenAI image generation.Deployment workflow and configuration updates:
gpt-image-1togpt-image-1-miniin all relevant GitHub Actions workflows, includingdeploy-orchestrator.yml,deploy-v2.yml, andjob-deploy.yml, as well as their input validation and environment variable handling. [1] [2] [3] [4] [5] [6]content-gen/.env.sample) to usegpt-image-1-minias the default for both Azure AI Foundry and Azure OpenAI image models, and clarified supported models in comments. [1] [2]Documentation and usage instructions:
gpt-image-1-minias the default and to list it as the primary supported model. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]Troubleshooting and quota guidance:
gpt-image-1-miniinstead ofgpt-image-1, including instructions for requesting model access.These updates ensure the project consistently uses
gpt-image-1-minias the default image generation model and provides clear guidance for users and maintainers.Does this introduce a breaking change?
Golden Path Validation
Deployment Validation